#progressbar-box {display:none;position: absolute;z-index: 9999;top: 0px;width: 100%;height:100%;background-color: rgba(153, 153, 153, 0.54);}
#progressbar-box .progressbar {width: 350px; margin: 200px auto;}
#progressbar-box .progressbar p a {color:#757575; text-decoration:none;}
#progressbar-box .progressbar .load-bar { width: 100%; height: 10px; border-radius: 30px; background-color: #D9D9D9; position: relative; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8),  inset 0 2px 3px rgba(0, 0, 0, 0.2); }
#progressbar-box .progressbar .load-bar:hover .load-bar-inner, .progressbar .load-bar:hover #counter {
        animation-play-state: paused;
        -moz-animation-play-state: paused;
        -o-animation-play-state: paused;
        -webkit-animation-play-state: paused;
}
#progressbar-box .progressbar .load-bar-inner { height: 100%; width: 0%; border-radius: inherit; position: relative; background-color: #0096F5;transition:width 1s;}
#progressbar-box .progressbar #counter {
    background-color: white;
    position: absolute;
    padding: 5px 10px;
    border-radius: 0.4em;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1),  0 2px 4px 1px rgba(0, 0, 0, 0.2),  0 1px 3px 1px rgba(0, 0, 0, 0.1);
    left: -25px;
    top: -35px;
    font-size: 12px;
    font-weight: bold;
    width: 44px;
    transition:left 2s;
}
#progressbar-box .progressbar #counter:after { content: ""; position: absolute; width: 8px; height: 8px; background-color: #E7E6E3; transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); left: 50%; margin-left: -4px; bottom: -4px; box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2),  1px 1px 1px 1px rgba(0, 0, 0, 0.1); border-radius: 0 0 3px 0; }
#progressbar-box .progressbar p {font-size: 13px;text-align: center;color: white;}

/* 就业web */
#progressbarweb-box {display:none;position: absolute;z-index: 9999;top: 0px;width: 100%;background-color: rgba(153, 153, 153, 0.54);min-height: 1760px;}
#progressbarweb-box .progressbar {width: 350px; margin: 30% auto;}
#progressbarweb-box .progressbar p a {color:#757575; text-decoration:none;}
#progressbarweb-box .progressbar .load-bar { width: 100%; height: 10px; border-radius: 30px; background-color: #D9D9D9; position: relative; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8),  inset 0 2px 3px rgba(0, 0, 0, 0.2); }
#progressbarweb-box .progressbar .load-bar:hover .load-bar-inner, .progressbar .load-bar:hover #counter {
        animation-play-state: paused;
        -moz-animation-play-state: paused;
        -o-animation-play-state: paused;
        -webkit-animation-play-state: paused;
}
#progressbarweb-box .progressbar .load-bar-inner { height: 100%; width: 0%; border-radius: inherit; position: relative; background-color: #0096F5;transition:width 1s;}
#progressbarweb-box .progressbar #counter {
    background-color: white;
    position: absolute;
    padding: 5px 10px;
    border-radius: 0.4em;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1),  0 2px 4px 1px rgba(0, 0, 0, 0.2),  0 1px 3px 1px rgba(0, 0, 0, 0.1);
    left: -25px;
    top: -35px;
    font-size: 12px;
    font-weight: bold;
    width: 44px;
    transition:left 2s;
}
#progressbarweb-box .progressbar #counter:after { content: ""; position: absolute; width: 8px; height: 8px; background-color: #E7E6E3; transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); left: 50%; margin-left: -4px; bottom: -4px; box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2),  1px 1px 1px 1px rgba(0, 0, 0, 0.1); border-radius: 0 0 3px 0; }
#progressbarweb-box .progressbar p {font-size: 13px;text-align: center;color: white;}
 @keyframes loader {
 from {
width: 0%;
}
to {
        width: 100%;
}
}
 @-moz-keyframes loader {
 from {
width: 0%;
}
to {
        width: 100%;
}
}
 @-webkit-keyframes loader {
 from {
width: 0%;
}
to {
        width: 100%;
}
}
 @-o-keyframes loader {
 from {
width: 0%;
}
to {
        width: 100%;
}
}

 @keyframes counter {
 from {
left: -25px;
}
to {
        left: 323px;
}
}
 @-moz-keyframes counter {
 from {
left: -25px;
}
to {
        left: 323px;
}
}
 @-webkit-keyframes counter {
 from {
left: -25px;
}
to {
        left: 323px;
}
}
 @-o-keyframes counter {
 from {
left: -25px;
}
to {
        left: 323px;
}
}
@keyframes loader {
 from {
width: 0%;
}
to {
        width: 100%;
}
}